C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ReportObjectNamedList<TItem> Class / Contains Method / Contains(String) Method
The name of the item.

In This Topic
Contains(String) Method
In This Topic
Determines whether the collection contains an item with specified name.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal name As String _
) As Boolean
 

Parameters

name
The name of the item.

Return Value

True if the collection contains an item with the specified name; otherwise, false.
See Also